Add coloring of basis functions#176
Conversation
|
I added the integration and a test at the level of assemble. What are your thoughts? |
|
I think it looks great. I was wondering if you'd consider integrating |
|
Thanks. I completely agree with fixing the dofsplitting code to allow for robust task migration. This was next on the agenda. I will need to do this as well for the quasi-local integral operators where a non-trivial reduction step is involved in order to produce the final matrix. I'll take the cue from how you dealt with task-local storage! |
|
I want to merge but there is a conflict in runtests.jl Not sure how to proceed using just rebase (as opposed to merge). What is the prescribed procedure? Copy the branch, rebase, and start a new PR? |
Added coloring of basis functions.
Added multithreading based on coloring.
New progressbar.
Multithreading for computation of potential.